Skip to content

BehaviorSubject.HasObservers property

Defined in

Type: BehaviorSubject Namespace: System.Reactive.Subjects Assembly: System.Reactive.dll

Applies to

netstandard2.0

public override bool HasObservers { get; }

Summary: Indicates whether the subject has observers subscribed to it.

Returns: bool